projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
daf96a4
)
(Buffer-menu-buffer): Remove group `font-lock-highlighting-faces'.
author
Juri Linkov
<juri@jurta.org>
Thu, 29 Sep 2005 22:56:45 +0000
(22:56 +0000)
committer
Juri Linkov
<juri@jurta.org>
Thu, 29 Sep 2005 22:56:45 +0000
(22:56 +0000)
lisp/buff-menu.el
patch
|
blob
|
history
diff --git
a/lisp/buff-menu.el
b/lisp/buff-menu.el
index 4c45847df0f4d1953ed18b4996272569da29cae6..e48aa9e34b40e391f4bbaba62bb5bdb14ebdce87 100644
(file)
--- a/
lisp/buff-menu.el
+++ b/
lisp/buff-menu.el
@@
-77,8
+77,7
@@
(defface Buffer-menu-buffer
'((t (:weight bold)))
"Face used to highlight buffer name."
- :group 'Buffer-menu
- :group 'font-lock-highlighting-faces)
+ :group 'Buffer-menu)
(defcustom Buffer-menu-buffer+size-width 26
"*How wide to jointly make the buffer name and size columns."